Html Css Color HEX #9692ED Portage

📋 copy color: '#9692ED'

red 150 ◦ green 146 ◦ blue 237

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

Shades of Portage #9692ED

Tints of Portage #9692ED

RGB

 RED value IS 150 (58.98% from 255) = 28.14%

 GREEN value IS 146 (57.42% from 255) = 27.39%

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 28.14%
G = 27.39%
B = 44.47%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9692ED (or 0x9692ED) is known color: Portage. HEX triplet: 96, 92 and ED. RGB value is (150,146,237). Sum of RGB (Red+Green+Blue) = 150+146+237=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #9692ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9692ED is #696D12. Grayscale: #9D9D9D. Windows color (decimal): -6909203 or 15569558. OLE color: 15569558.

HSL color Cylindrical-coordinate representation of color #9692ED: hue angle of 242.64º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9692ED is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 146 237 -
CMYK 0.37 0.38 0 0.07
HSL 242.64º 0.72% 0.75% -
HSV(B) 242.64º 0.38% 0.93% -
XYZ 38.14 33.16 84.51 -
YUV 157.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 150 146 237 0.37 0.38 0 0.07 242.64 0.72 0.75
Hex 96 92 ED 25 26 0 7 F3 48 4B
Octal 226 222 355 45 46 0 7 363 110 113
Binary 10010110 10010010 11101101 100101 100110 0 111 11110011 1001000 1001011

Color Harmonies of #9692ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9692ED

Black with #9692ED

Text Example


Text Example

White with #9692ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9692ED; }

 p { color: rgb(150,146,237); }

 H1.HeaderClassName
 {
   color: #9692ED;
 }
 .AnyTagClassName
 {
   color: #9692ED;
 }
</style>

background-color css

<style>
 a { background-color: #9692ED; }

 a { background-color: rgb(150,146,237); }

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

border-color css

<style>
 span { border-color: #9692ED; }

 span { border-color: rgb(150,146,237); }

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