Html Css Color HEX #767FBB Wild Blue Yonder

📋 copy color: '#767FBB'

red 118 ◦ green 127 ◦ blue 187

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

Shades of Wild Blue Yonder #767FBB

Tints of Wild Blue Yonder #767FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 27.31%
G = 29.4%
B = 43.29%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#767FBB (or 0x767FBB) is known color: Wild Blue Yonder. HEX triplet: 76, 7F and BB. RGB value is (118,127,187). Sum of RGB (Red+Green+Blue) = 118+127+187=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #767FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FBB is #898044. Grayscale: #828282. Windows color (decimal): -9011269 or 12287862. OLE color: 12287862.

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

Color convert

RGB 118 127 187 -
CMYK 0.37 0.32 0 0.27
HSL 232.17º 0.34% 0.6% -
HSV(B) 232.17º 0.37% 0.73% -
XYZ 24.03 22.62 50.11 -
YUV 131.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 118 127 187 0.37 0.32 0 0.27 232.17 0.34 0.6
Hex 76 7F BB 25 20 0 1B E8 22 3C
Octal 166 177 273 45 40 0 33 350 42 74
Binary 1110110 1111111 10111011 100101 100000 0 11011 11101000 100010 111100

Color Harmonies of #767FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767FBB

Black with #767FBB

Text Example


Text Example

White with #767FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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