Html Css Color HEX #768DC3 Wild Blue Yonder

📋 copy color: '#768DC3'

red 118 ◦ green 141 ◦ blue 195

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

Shades of Wild Blue Yonder #768DC3

Tints of Wild Blue Yonder #768DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.95%

R = 25.99%
G = 31.06%
B = 42.95%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#768DC3 (or 0x768DC3) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and C3. RGB value is (118,141,195). Sum of RGB (Red+Green+Blue) = 118+141+195=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #768DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DC3 is #89723C. Grayscale: #8C8C8C. Windows color (decimal): -9007677 or 12815734. OLE color: 12815734.

HSL color Cylindrical-coordinate representation of color #768DC3: hue angle of 222.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768DC3 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 141 195 -
CMYK 0.39 0.28 0 0.24
HSL 222.08º 0.39% 0.61% -
HSV(B) 222.08º 0.39% 0.76% -
XYZ 26.85 26.84 55.4 -
YUV 140.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 118 141 195 0.39 0.28 0 0.24 222.08 0.39 0.61
Hex 76 8D C3 27 1C 0 18 DE 27 3D
Octal 166 215 303 47 34 0 30 336 47 75
Binary 1110110 10001101 11000011 100111 11100 0 11000 11011110 100111 111101

Color Harmonies of #768DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DC3

Black with #768DC3

Text Example


Text Example

White with #768DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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