Html Css Color HEX #767DBA Wild Blue Yonder

📋 copy color: '#767DBA'

red 118 ◦ green 125 ◦ blue 186

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

Shades of Wild Blue Yonder #767DBA

Tints of Wild Blue Yonder #767DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 27.51%
G = 29.14%
B = 43.36%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#767DBA (or 0x767DBA) is known color: Wild Blue Yonder. HEX triplet: 76, 7D and BA. RGB value is (118,125,186). Sum of RGB (Red+Green+Blue) = 118+125+186=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #767DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DBA is #898245. Grayscale: #818181. Windows color (decimal): -9011782 or 12221814. OLE color: 12221814.

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

Color convert

RGB 118 125 186 -
CMYK 0.37 0.33 0 0.27
HSL 233.82º 0.33% 0.6% -
HSV(B) 233.82º 0.37% 0.73% -
XYZ 23.67 22.06 49.47 -
YUV 129.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 118 125 186 0.37 0.33 0 0.27 233.82 0.33 0.6
Hex 76 7D BA 25 21 0 1B EA 21 3C
Octal 166 175 272 45 41 0 33 352 41 74
Binary 1110110 1111101 10111010 100101 100001 0 11011 11101010 100001 111100

Color Harmonies of #767DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DBA

Black with #767DBA

Text Example


Text Example

White with #767DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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