Html Css Color HEX #767BBC Wild Blue Yonder

📋 copy color: '#767BBC'

red 118 ◦ green 123 ◦ blue 188

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

Shades of Wild Blue Yonder #767BBC

Tints of Wild Blue Yonder #767BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 27.51%
G = 28.67%
B = 43.82%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#767BBC (or 0x767BBC) is known color: Wild Blue Yonder. HEX triplet: 76, 7B and BC. RGB value is (118,123,188). Sum of RGB (Red+Green+Blue) = 118+123+188=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #767BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BBC is #898443. Grayscale: #808080. Windows color (decimal): -9012292 or 12352374. OLE color: 12352374.

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

Color convert

RGB 118 123 188 -
CMYK 0.37 0.35 0 0.26
HSL 235.71º 0.34% 0.6% -
HSV(B) 235.71º 0.37% 0.74% -
XYZ 23.63 21.65 50.51 -
YUV 128.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 118 123 188 0.37 0.35 0 0.26 235.71 0.34 0.6
Hex 76 7B BC 25 23 0 1A EC 22 3C
Octal 166 173 274 45 43 0 32 354 42 74
Binary 1110110 1111011 10111100 100101 100011 0 11010 11101100 100010 111100

Color Harmonies of #767BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BBC

Black with #767BBC

Text Example


Text Example

White with #767BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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