Html Css Color HEX #768DCE Wild Blue Yonder

📋 copy color: '#768DCE'

red 118 ◦ green 141 ◦ blue 206

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

Shades of Wild Blue Yonder #768DCE

Tints of Wild Blue Yonder #768DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

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

R = 25.38%
G = 30.32%
B = 44.3%

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

#768DCE (or 0x768DCE) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and CE. RGB value is (118,141,206). Sum of RGB (Red+Green+Blue) = 118+141+206=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #768DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DCE is #897231. Grayscale: #8D8D8D. Windows color (decimal): -9007666 or 13536630. OLE color: 13536630.

HSL color Cylindrical-coordinate representation of color #768DCE: hue angle of 224.32º 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 #768DCE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 141 206 -
CMYK 0.43 0.32 0 0.19
HSL 224.32º 0.47% 0.64% -
HSV(B) 224.32º 0.43% 0.81% -
XYZ 28.14 27.36 62.19 -
YUV 141.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 118 141 206 0.43 0.32 0 0.19 224.32 0.47 0.64
Hex 76 8D CE 2B 20 0 13 E0 2F 40
Octal 166 215 316 53 40 0 23 340 57 100
Binary 1110110 10001101 11001110 101011 100000 0 10011 11100000 101111 1000000

Color Harmonies of #768DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DCE

Black with #768DCE

Text Example


Text Example

White with #768DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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