Html Css Color HEX #768BCD Wild Blue Yonder

📋 copy color: '#768BCD'

red 118 ◦ green 139 ◦ blue 205

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

Shades of Wild Blue Yonder #768BCD

Tints of Wild Blue Yonder #768BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 25.54%
G = 30.09%
B = 44.37%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#768BCD (or 0x768BCD) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and CD. RGB value is (118,139,205). Sum of RGB (Red+Green+Blue) = 118+139+205=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #768BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BCD is #897432. Grayscale: #8B8B8B. Windows color (decimal): -9008179 or 13470582. OLE color: 13470582.

HSL color Cylindrical-coordinate representation of color #768BCD: hue angle of 225.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768BCD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 139 205 -
CMYK 0.42 0.32 0 0.20
HSL 225.52º 0.47% 0.63% -
HSV(B) 225.52º 0.42% 0.8% -
XYZ 27.72 26.72 61.45 -
YUV 140.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 118 139 205 0.42 0.32 0 0.20 225.52 0.47 0.63
Hex 76 8B CD 2A 20 0 14 E2 2F 3F
Octal 166 213 315 52 40 0 24 342 57 77
Binary 1110110 10001011 11001101 101010 100000 0 10100 11100010 101111 111111

Color Harmonies of #768BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BCD

Black with #768BCD

Text Example


Text Example

White with #768BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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