Html Css Color HEX #767BB8 Wild Blue Yonder

📋 copy color: '#767BB8'

red 118 ◦ green 123 ◦ blue 184

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

Shades of Wild Blue Yonder #767BB8

Tints of Wild Blue Yonder #767BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.29%

R = 27.76%
G = 28.94%
B = 43.29%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#767BB8 (or 0x767BB8) is known color: Wild Blue Yonder. HEX triplet: 76, 7B and B8. RGB value is (118,123,184). Sum of RGB (Red+Green+Blue) = 118+123+184=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #767BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BB8 is #898447. Grayscale: #808080. Windows color (decimal): -9012296 or 12090230. OLE color: 12090230.

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

Color convert

RGB 118 123 184 -
CMYK 0.36 0.33 0 0.28
HSL 235.45º 0.32% 0.59% -
HSV(B) 235.45º 0.36% 0.72% -
XYZ 23.21 21.48 48.27 -
YUV 128.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 118 123 184 0.36 0.33 0 0.28 235.45 0.32 0.59
Hex 76 7B B8 24 21 0 1C EB 20 3B
Octal 166 173 270 44 41 0 34 353 40 73
Binary 1110110 1111011 10111000 100100 100001 0 11100 11101011 100000 111011

Color Harmonies of #767BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BB8

Black with #767BB8

Text Example


Text Example

White with #767BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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