Html Css Color HEX #766BCB Moody Blue

📋 copy color: '#766BCB'

red 118 ◦ green 107 ◦ blue 203

#766BCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #766BCB

Tints of Moody Blue #766BCB

RGB

 RED value IS 118 (46.48% from 255) = 27.57%

 GREEN value IS 107 (42.19% from 255) = 25%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 27.57%
G = 25%
B = 47.43%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#766BCB (or 0x766BCB) is known color: Moody Blue. HEX triplet: 76, 6B and CB. RGB value is (118,107,203). Sum of RGB (Red+Green+Blue) = 118+107+203=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #766BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BCB is #899434. Grayscale: #787878. Windows color (decimal): -9016373 or 13331318. OLE color: 13331318.

HSL color Cylindrical-coordinate representation of color #766BCB: hue angle of 246.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766BCB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 107 203 -
CMYK 0.42 0.47 0 0.20
HSL 246.88º 0.48% 0.61% -
HSV(B) 246.88º 0.47% 0.8% -
XYZ 23.51 18.68 58.87 -
YUV 121.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 118 107 203 0.42 0.47 0 0.20 246.88 0.48 0.61
Hex 76 6B CB 2A 2F 0 14 F7 30 3D
Octal 166 153 313 52 57 0 24 367 60 75
Binary 1110110 1101011 11001011 101010 101111 0 10100 11110111 110000 111101

Color Harmonies of #766BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BCB

Black with #766BCB

Text Example


Text Example

White with #766BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766BCB; }

 p { color: rgb(118,107,203); }

 H1.HeaderClassName
 {
   color: #766BCB;
 }
 .AnyTagClassName
 {
   color: #766BCB;
 }
</style>

background-color css

<style>
 a { background-color: #766BCB; }

 a { background-color: rgb(118,107,203); }

 div.DivClassName
 {
   background-color: #766BCB;
 }
 .BgClassName
 {
   background-color: #766BCB;
 }
</style>

border-color css

<style>
 span { border-color: #766BCB; }

 span { border-color: rgb(118,107,203); }

 td.TdClassName
 {
   border-color: #766BCB;
 }
 .TagClassName
 {
   border-color: #766BCB;
 }
</style>