Html Css Color HEX #768BBA Wild Blue Yonder

📋 copy color: '#768BBA'

red 118 ◦ green 139 ◦ blue 186

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

Shades of Wild Blue Yonder #768BBA

Tints of Wild Blue Yonder #768BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

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

R = 26.64%
G = 31.38%
B = 41.99%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#768BBA (or 0x768BBA) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and BA. RGB value is (118,139,186). Sum of RGB (Red+Green+Blue) = 118+139+186=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #768BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BBA is #897445. Grayscale: #898989. Windows color (decimal): -9008198 or 12225398. OLE color: 12225398.

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

Color convert

RGB 118 139 186 -
CMYK 0.37 0.25 0 0.27
HSL 221.47º 0.33% 0.6% -
HSV(B) 221.47º 0.37% 0.73% -
XYZ 25.57 25.86 50.1 -
YUV 138.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 118 139 186 0.37 0.25 0 0.27 221.47 0.33 0.6
Hex 76 8B BA 25 19 0 1B DD 21 3C
Octal 166 213 272 45 31 0 33 335 41 74
Binary 1110110 10001011 10111010 100101 11001 0 11011 11011101 100001 111100

Color Harmonies of #768BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BBA

Black with #768BBA

Text Example


Text Example

White with #768BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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