Html Css Color HEX #768BCA Wild Blue Yonder

📋 copy color: '#768BCA'

red 118 ◦ green 139 ◦ blue 202

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

Shades of Wild Blue Yonder #768BCA

Tints of Wild Blue Yonder #768BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 25.71%
G = 30.28%
B = 44.01%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#768BCA (or 0x768BCA) is known color: Wild Blue Yonder. HEX triplet: 76, 8B and CA. RGB value is (118,139,202). Sum of RGB (Red+Green+Blue) = 118+139+202=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #768BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #768BCA is #897435. Grayscale: #8B8B8B. Windows color (decimal): -9008182 or 13273974. OLE color: 13273974.

HSL color Cylindrical-coordinate representation of color #768BCA: hue angle of 225º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768BCA is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 139 202 -
CMYK 0.42 0.31 0 0.21
HSL 225º 0.44% 0.63% -
HSV(B) 225º 0.42% 0.79% -
XYZ 27.36 26.58 59.57 -
YUV 139.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 118 139 202 0.42 0.31 0 0.21 225 0.44 0.63
Hex 76 8B CA 2A 1F 0 15 E1 2C 3F
Octal 166 213 312 52 37 0 25 341 54 77
Binary 1110110 10001011 11001010 101010 11111 0 10101 11100001 101100 111111

Color Harmonies of #768BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768BCA

Black with #768BCA

Text Example


Text Example

White with #768BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,139,202); }

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

background-color css

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

 a { background-color: rgb(118,139,202); }

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

border-color css

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

 span { border-color: rgb(118,139,202); }

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