Html Css Color HEX #768CD0 Wild Blue Yonder

📋 copy color: '#768CD0'

red 118 ◦ green 140 ◦ blue 208

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

Shades of Wild Blue Yonder #768CD0

Tints of Wild Blue Yonder #768CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 25.32%
G = 30.04%
B = 44.64%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#768CD0 (or 0x768CD0) is known color: Wild Blue Yonder. HEX triplet: 76, 8C and D0. RGB value is (118,140,208). Sum of RGB (Red+Green+Blue) = 118+140+208=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #768CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768CD0 is #89732F. Grayscale: #8C8C8C. Windows color (decimal): -9007920 or 13667446. OLE color: 13667446.

HSL color Cylindrical-coordinate representation of color #768CD0: hue angle of 225.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768CD0 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 140 208 -
CMYK 0.43 0.33 0 0.18
HSL 225.33º 0.49% 0.64% -
HSV(B) 225.33º 0.43% 0.82% -
XYZ 28.23 27.16 63.43 -
YUV 141.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 118 140 208 0.43 0.33 0 0.18 225.33 0.49 0.64
Hex 76 8C D0 2B 21 0 12 E1 31 40
Octal 166 214 320 53 41 0 22 341 61 100
Binary 1110110 10001100 11010000 101011 100001 0 10010 11100001 110001 1000000

Color Harmonies of #768CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768CD0

Black with #768CD0

Text Example


Text Example

White with #768CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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