Html Css Color HEX #818BCA Wild Blue Yonder

📋 copy color: '#818BCA'

red 129 ◦ green 139 ◦ blue 202

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

Shades of Wild Blue Yonder #818BCA

Tints of Wild Blue Yonder #818BCA

RGB

 RED value IS 129 (50.78% from 255) = 27.45%

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

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

R = 27.45%
G = 29.57%
B = 42.98%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#818BCA (or 0x818BCA) is known color: Wild Blue Yonder. HEX triplet: 81, 8B and CA. RGB value is (129,139,202). Sum of RGB (Red+Green+Blue) = 129+139+202=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #818BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818BCA is #7E7435. Grayscale: #8E8E8E. Windows color (decimal): -8287286 or 13273985. OLE color: 13273985.

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

Color convert

RGB 129 139 202 -
CMYK 0.36 0.31 0 0.21
HSL 231.78º 0.41% 0.65% -
HSV(B) 231.78º 0.36% 0.79% -
XYZ 28.95 27.4 59.64 -
YUV 143.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 129 139 202 0.36 0.31 0 0.21 231.78 0.41 0.65
Hex 81 8B CA 24 1F 0 15 E8 29 41
Octal 201 213 312 44 37 0 25 350 51 101
Binary 10000001 10001011 11001010 100100 11111 0 10101 11101000 101001 1000001

Color Harmonies of #818BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818BCA

Black with #818BCA

Text Example


Text Example

White with #818BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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