Html Css Color HEX #767BBB Wild Blue Yonder

📋 copy color: '#767BBB'

red 118 ◦ green 123 ◦ blue 187

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

Shades of Wild Blue Yonder #767BBB

Tints of Wild Blue Yonder #767BBB

RGB

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

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

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

R = 27.57%
G = 28.74%
B = 43.69%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#767BBB (or 0x767BBB) is known color: Wild Blue Yonder. HEX triplet: 76, 7B and BB. RGB value is (118,123,187). Sum of RGB (Red+Green+Blue) = 118+123+187=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #767BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BBB is #898444. Grayscale: #808080. Windows color (decimal): -9012293 or 12286838. OLE color: 12286838.

HSL color Cylindrical-coordinate representation of color #767BBB: hue angle of 235.65º 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 #767BBB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 123 187 -
CMYK 0.37 0.34 0 0.27
HSL 235.65º 0.34% 0.6% -
HSV(B) 235.65º 0.37% 0.73% -
XYZ 23.52 21.61 49.94 -
YUV 128.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 118 123 187 0.37 0.34 0 0.27 235.65 0.34 0.6
Hex 76 7B BB 25 22 0 1B EC 22 3C
Octal 166 173 273 45 42 0 33 354 42 74
Binary 1110110 1111011 10111011 100101 100010 0 11011 11101100 100010 111100

Color Harmonies of #767BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BBB

Black with #767BBB

Text Example


Text Example

White with #767BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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