Html Css Color HEX #767FCE Moody Blue

📋 copy color: '#767FCE'

red 118 ◦ green 127 ◦ blue 206

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

Shades of Moody Blue #767FCE

Tints of Moody Blue #767FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 28.16%

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 26.16%
G = 28.16%
B = 45.68%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#767FCE (or 0x767FCE) is known color: Moody Blue. HEX triplet: 76, 7F and CE. RGB value is (118,127,206). Sum of RGB (Red+Green+Blue) = 118+127+206=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #767FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FCE is #898031. Grayscale: #848484. Windows color (decimal): -9011250 or 13533046. OLE color: 13533046.

HSL color Cylindrical-coordinate representation of color #767FCE: hue angle of 233.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767FCE is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 127 206 -
CMYK 0.43 0.38 0 0.19
HSL 233.86º 0.47% 0.64% -
HSV(B) 233.86º 0.43% 0.81% -
XYZ 26.2 23.49 61.54 -
YUV 133.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 118 127 206 0.43 0.38 0 0.19 233.86 0.47 0.64
Hex 76 7F CE 2B 26 0 13 EA 2F 40
Octal 166 177 316 53 46 0 23 352 57 100
Binary 1110110 1111111 11001110 101011 100110 0 10011 11101010 101111 1000000

Color Harmonies of #767FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FCE

Black with #767FCE

Text Example


Text Example

White with #767FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767FCE; }

 p { color: rgb(118,127,206); }

 H1.HeaderClassName
 {
   color: #767FCE;
 }
 .AnyTagClassName
 {
   color: #767FCE;
 }
</style>

background-color css

<style>
 a { background-color: #767FCE; }

 a { background-color: rgb(118,127,206); }

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

border-color css

<style>
 span { border-color: #767FCE; }

 span { border-color: rgb(118,127,206); }

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