Html Css Color HEX #767BBA Wild Blue Yonder

📋 copy color: '#767BBA'

red 118 ◦ green 123 ◦ blue 186

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

Shades of Wild Blue Yonder #767BBA

Tints of Wild Blue Yonder #767BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 27.63%
G = 28.81%
B = 43.56%

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

#767BBA (or 0x767BBA) is known color: Wild Blue Yonder. HEX triplet: 76, 7B and BA. RGB value is (118,123,186). Sum of RGB (Red+Green+Blue) = 118+123+186=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #767BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BBA is #898445. Grayscale: #808080. Windows color (decimal): -9012294 or 12221302. OLE color: 12221302.

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

Color convert

RGB 118 123 186 -
CMYK 0.37 0.34 0 0.27
HSL 235.59º 0.33% 0.6% -
HSV(B) 235.59º 0.37% 0.73% -
XYZ 23.42 21.56 49.38 -
YUV 128.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 118 123 186 0.37 0.34 0 0.27 235.59 0.33 0.6
Hex 76 7B BA 25 22 0 1B EC 21 3C
Octal 166 173 272 45 42 0 33 354 41 74
Binary 1110110 1111011 10111010 100101 100010 0 11011 11101100 100001 111100

Color Harmonies of #767BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767BBA

Black with #767BBA

Text Example


Text Example

White with #767BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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