Html Css Color HEX #768CCE Wild Blue Yonder

📋 copy color: '#768CCE'

red 118 ◦ green 140 ◦ blue 206

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

Shades of Wild Blue Yonder #768CCE

Tints of Wild Blue Yonder #768CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.17%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 25.43%
G = 30.17%
B = 44.4%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#768CCE (or 0x768CCE) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and CE. RGB value is (118,140,206). Sum of RGB (Red+Green+Blue) = 118+140+206=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #768CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CCE is #897331. Grayscale: #8C8C8C. Windows color (decimal): -9007922 or 13536374. OLE color: 13536374.

HSL color Cylindrical-coordinate representation of color #768CCE: hue angle of 225º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768CCE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 140 206 -
CMYK 0.43 0.32 0 0.19
HSL 225º 0.47% 0.64% -
HSV(B) 225º 0.43% 0.81% -
XYZ 27.99 27.06 62.14 -
YUV 140.95 164.71 111.63 -
System Red Green Blue C M Y K H S L
Decimal 118 140 206 0.43 0.32 0 0.19 225 0.47 0.64
Hex 76 8C CE 2B 20 0 13 E1 2F 40
Octal 166 214 316 53 40 0 23 341 57 100
Binary 1110110 10001100 11001110 101011 100000 0 10011 11100001 101111 1000000

Color Harmonies of #768CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CCE

Black with #768CCE

Text Example


Text Example

White with #768CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,140,206); }

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

background-color css

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

 a { background-color: rgb(118,140,206); }

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

border-color css

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

 span { border-color: rgb(118,140,206); }

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