Html Css Color HEX #767EBA Wild Blue Yonder

📋 copy color: '#767EBA'

red 118 ◦ green 126 ◦ blue 186

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

Shades of Wild Blue Yonder #767EBA

Tints of Wild Blue Yonder #767EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

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

R = 27.44%
G = 29.3%
B = 43.26%

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

#767EBA (or 0x767EBA) is known color: Wild Blue Yonder. HEX triplet: 76, 7E and BA. RGB value is (118,126,186). Sum of RGB (Red+Green+Blue) = 118+126+186=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #767EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767EBA is #898145. Grayscale: #828282. Windows color (decimal): -9011526 or 12222070. OLE color: 12222070.

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

Color convert

RGB 118 126 186 -
CMYK 0.37 0.32 0 0.27
HSL 232.94º 0.33% 0.6% -
HSV(B) 232.94º 0.37% 0.73% -
XYZ 23.79 22.32 49.51 -
YUV 130.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 118 126 186 0.37 0.32 0 0.27 232.94 0.33 0.6
Hex 76 7E BA 25 20 0 1B E9 21 3C
Octal 166 176 272 45 40 0 33 351 41 74
Binary 1110110 1111110 10111010 100101 100000 0 11011 11101001 100001 111100

Color Harmonies of #767EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767EBA

Black with #767EBA

Text Example


Text Example

White with #767EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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