Html Css Color HEX #767BCD Moody Blue

📋 copy color: '#767BCD'

red 118 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #767BCD

Tints of Moody Blue #767BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 26.46%
G = 27.58%
B = 45.96%

CMYK

 C value IS 0.42

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#767BCD (or 0x767BCD) is known color: Moody Blue. HEX triplet: 76, 7B and CD. RGB value is (118,123,205). Sum of RGB (Red+Green+Blue) = 118+123+205=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #767BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BCD is #898432. Grayscale: #828282. Windows color (decimal): -9012275 or 13466486. OLE color: 13466486.

HSL color Cylindrical-coordinate representation of color #767BCD: hue angle of 236.55º degrees, saturation: 0.47, 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 #767BCD is Cyan = 0.42, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 123 205 -
CMYK 0.42 0.4 0 0.20
HSL 236.55º 0.47% 0.63% -
HSV(B) 236.55º 0.42% 0.8% -
XYZ 25.57 22.43 60.74 -
YUV 130.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 118 123 205 0.42 0.4 0 0.20 236.55 0.47 0.63
Hex 76 7B CD 2A 28 0 14 ED 2F 3F
Octal 166 173 315 52 50 0 24 355 57 77
Binary 1110110 1111011 11001101 101010 101000 0 10100 11101101 101111 111111

Color Harmonies of #767BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BCD

Black with #767BCD

Text Example


Text Example

White with #767BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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