Html Css Color HEX #768DC2 Wild Blue Yonder

📋 copy color: '#768DC2'

red 118 ◦ green 141 ◦ blue 194

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

Shades of Wild Blue Yonder #768DC2

Tints of Wild Blue Yonder #768DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 26.05%
G = 31.13%
B = 42.83%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#768DC2 (or 0x768DC2) is known color: Wild Blue Yonder. HEX triplet: 76, 8D and C2. RGB value is (118,141,194). Sum of RGB (Red+Green+Blue) = 118+141+194=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #768DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768DC2 is #89723D. Grayscale: #8B8B8B. Windows color (decimal): -9007678 or 12750198. OLE color: 12750198.

HSL color Cylindrical-coordinate representation of color #768DC2: hue angle of 221.84º degrees, saturation: 0.38, 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 #768DC2 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 141 194 -
CMYK 0.39 0.27 0 0.24
HSL 221.84º 0.38% 0.61% -
HSV(B) 221.84º 0.39% 0.76% -
XYZ 26.73 26.8 54.8 -
YUV 140.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 118 141 194 0.39 0.27 0 0.24 221.84 0.38 0.61
Hex 76 8D C2 27 1B 0 18 DE 26 3D
Octal 166 215 302 47 33 0 30 336 46 75
Binary 1110110 10001101 11000010 100111 11011 0 11000 11011110 100110 111101

Color Harmonies of #768DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768DC2

Black with #768DC2

Text Example


Text Example

White with #768DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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