Html Css Color HEX #768BCC Wild Blue Yonder

📋 copy color: '#768BCC'

red 118 ◦ green 139 ◦ blue 204

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

Shades of Wild Blue Yonder #768BCC

Tints of Wild Blue Yonder #768BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 25.6%
G = 30.15%
B = 44.25%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#768BCC (or 0x768BCC) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and CC. RGB value is (118,139,204). Sum of RGB (Red+Green+Blue) = 118+139+204=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #768BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BCC is #897433. Grayscale: #8B8B8B. Windows color (decimal): -9008180 or 13405046. OLE color: 13405046.

HSL color Cylindrical-coordinate representation of color #768BCC: hue angle of 225.35º degrees, saturation: 0.46, 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 #768BCC is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 139 204 -
CMYK 0.42 0.32 0 0.2
HSL 225.35º 0.46% 0.63% -
HSV(B) 225.35º 0.42% 0.8% -
XYZ 27.6 26.68 60.82 -
YUV 140.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 118 139 204 0.42 0.32 0 0.2 225.35 0.46 0.63
Hex 76 8B CC 2A 20 0 14 E1 2E 3F
Octal 166 213 314 52 40 0 24 341 56 77
Binary 1110110 10001011 11001100 101010 100000 0 10100 11100001 101110 111111

Color Harmonies of #768BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BCC

Black with #768BCC

Text Example


Text Example

White with #768BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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