Html Css Color HEX #767BB9 Wild Blue Yonder

📋 copy color: '#767BB9'

red 118 ◦ green 123 ◦ blue 185

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

Shades of Wild Blue Yonder #767BB9

Tints of Wild Blue Yonder #767BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.43%

R = 27.7%
G = 28.87%
B = 43.43%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#767BB9 (or 0x767BB9) is known color: Wild Blue Yonder. HEX triplet: 76, 7B and B9. RGB value is (118,123,185). Sum of RGB (Red+Green+Blue) = 118+123+185=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #767BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BB9 is #898446. Grayscale: #808080. Windows color (decimal): -9012295 or 12155766. OLE color: 12155766.

HSL color Cylindrical-coordinate representation of color #767BB9: hue angle of 235.52º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #767BB9 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 123 185 -
CMYK 0.36 0.34 0 0.27
HSL 235.52º 0.32% 0.59% -
HSV(B) 235.52º 0.36% 0.73% -
XYZ 23.31 21.52 48.82 -
YUV 128.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 118 123 185 0.36 0.34 0 0.27 235.52 0.32 0.59
Hex 76 7B B9 24 22 0 1B EC 20 3B
Octal 166 173 271 44 42 0 33 354 40 73
Binary 1110110 1111011 10111001 100100 100010 0 11011 11101100 100000 111011

Color Harmonies of #767BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BB9

Black with #767BB9

Text Example


Text Example

White with #767BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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