Html Css Color HEX #767BCC Moody Blue

📋 copy color: '#767BCC'

red 118 ◦ green 123 ◦ blue 204

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

Shades of Moody Blue #767BCC

Tints of Moody Blue #767BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

 BLUE value IS 204 (80.08% from 255) = 45.84%

R = 26.52%
G = 27.64%
B = 45.84%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#767BCC (or 0x767BCC) is known color: Moody Blue. HEX triplet: 76, 7B and CC. RGB value is (118,123,204). Sum of RGB (Red+Green+Blue) = 118+123+204=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #767BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BCC is #898433. Grayscale: #828282. Windows color (decimal): -9012276 or 13400950. OLE color: 13400950.

HSL color Cylindrical-coordinate representation of color #767BCC: hue angle of 236.51º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #767BCC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 123 204 -
CMYK 0.42 0.40 0 0.2
HSL 236.51º 0.46% 0.63% -
HSV(B) 236.51º 0.42% 0.8% -
XYZ 25.45 22.38 60.1 -
YUV 130.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 118 123 204 0.42 0.40 0 0.2 236.51 0.46 0.63
Hex 76 7B CC 2A 28 0 14 ED 2E 3F
Octal 166 173 314 52 50 0 24 355 56 77
Binary 1110110 1111011 11001100 101010 101000 0 10100 11101101 101110 111111

Color Harmonies of #767BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BCC

Black with #767BCC

Text Example


Text Example

White with #767BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,123,204); }

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

background-color css

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

 a { background-color: rgb(118,123,204); }

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

border-color css

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

 span { border-color: rgb(118,123,204); }

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